Description | Example | Return Message | Group(s)

SCHED: EditTaskGroup

Format

SCHED / EditTaskGroup '<TaskGroupId>' <AttributeName> <Parameters>

Description

The SCHED EditTaskGroup Connect command edits the attributes of a task group in STK Scheduler. This command can be used to edit a single task group attribute or multiple attributes of a single task group. If the task group does not exist, this command will create one (effectively doubling as the non-existent commands CreateTaskGroup or NewTaskGroup).

{AttributeName}<Parameters>Parameters Values
IncludedTasks'<TaskId1,TaskId2,...>''<text string of all tasks in group>' in single quotes.
The entire list must be in single quotes. Each Task Name must be enclosed in quotes.
MinAssignments<MinAssignments><MinAssignments> Options are [ NA | ALL | <int> ]. Text or Integer Number of scheduling requirement. Integer must be a positive non-zero number. "ALL" specifies that all tasks in the group must be included otherwise none will be. <Integer> option is for "N of" capability and specifies how many tasks associated with the group must be included in order for any to be included. Scheduler will not schedule any tasks beyond the integer specified. "NA" specifies that there is no scheduling requirements between tasks in the task group.
Show<Show>Options are [ Yes | No ] indicating whether or not the task group will be shown in the Gantt when you roll up the gantt by task groups.

Examples

Changes the values of the IncludedTasks and MinAssignments attributes of the Alpha task group in the active schedule to Launch1 Launch2 and Launch3, and 2, respectively.


SCHED / EditTaskGroup 'Alpha' IncludedTasks 'Launch1,Launch2,Launch3' MinAssignments 2
SyntaxExample
<CommandName>SCHED / EditTaskGroup
<TaskName>'Alpha'
{AttributeName}IncludedTasks
<Parameters>'Launch1,Launch2,Launch3'
{AttributeName}MinAssignments
<Parameters>2

Return Message

If activated, Connect returns an acknowledgment message.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

4.3.1 and 5.0